Class com.symantec.itools.vcafe.openapi.plugin.PlugInProjectTab
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.openapi.plugin.PlugInProjectTab

Object
   |
   +----PlugInView
           |
           +----PlugInTab
                   |
                   +----com.symantec.itools.vcafe.openapi.plugin.PlugInProjectTab

public abstract class PlugInProjectTab
extends PlugInTab
PlugInProjectTab provides the functionality to add a tab to Visual Cafe's Project window.


Constructor Index

 o com.symantec.itools.vcafe.openapi.plugin.PlugInProjectTab()

Method Index

 o onApply()
 o onCancel()
This method is called by the framework when the Cancel button in the options window is selected.
 o onOk()
This method is called by the framework when the OK button in the options window is selected.

Constructors

 o PlugInProjectTab
public PlugInProjectTab()

Methods

 o onApply
public final boolean onApply()
 o onCancel
public final void onCancel()
This method is called by the framework when the Cancel button in the options window is selected.

Overrides:
onCancel in class PlugInTab
 o onOk
public final void onOk()
This method is called by the framework when the OK button in the options window is selected.

Overrides:
onOk in class PlugInTab

All Packages  Class Hierarchy  This Package  Previous  Next  Index